github.com/klauspost/compress/zstd.fastEncoderDict.allDirty (field)
10 uses
github.com/klauspost/compress/zstd (current package)
enc_dfast.go#L1054: allDirty := e.allDirty
enc_fast.go#L35: allDirty bool
enc_fast.go#L539: if e.allDirty || len(src) > 32<<10 {
enc_fast.go#L541: e.allDirty = true
enc_fast.go#L846: e.allDirty = true
enc_fast.go#L851: if !e.allDirty {
enc_fast.go#L861: if e.allDirty || dirtyShardCnt > shardCnt*4/6 {
enc_fast.go#L867: e.allDirty = false
enc_fast.go#L879: e.allDirty = false
enc_fast.go#L887: e.allDirty = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |